home *** CD-ROM | disk | FTP | other *** search
- --- Makefile.rtr Mon Feb 3 10:03:36 1997
- +++ Makefile Mon Feb 3 10:04:15 1997
- @@ -5,10 +5,10 @@
- PSTEXT_OBJ= pstext.o
-
- all: $(PSTEXT_OBJ)
- - $(CC) -o pstext $(PSTEXT_OBJ)
- + $(CC) -o pstext $(PSTEXT_OBJ) -ldl
-
- pstext: $(PSTEXT_OBJ)
- - $(CC) -o pstext $(PSTEXT_OBJ)
- + $(CC) -o pstext $(PSTEXT_OBJ) -ldl
-
- install:
- install -c -m755 pstext $(DEST)
-