]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - pstoraster/Makefile
Makefile changes - all LN commands are preceded by an RM command to
[thirdparty/cups.git] / pstoraster / Makefile
index 0504fbfb9e6c5acdf41d00df67c0adb396c46713..883df80a7d68f30f00fcf5893ee2377b9ff99a4b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile,v 1.16 2000/02/08 20:38:58 mike Exp $"
+# "$Id: Makefile,v 1.17 2000/02/29 14:47:30 mike Exp $"
 #
 #   GNU Ghostscript makefile for the Common UNIX Printing System (CUPS).
 #
@@ -122,7 +122,8 @@ clean:
 install:       $(TARGETS)
        -$(MKDIR) $(SERVERBIN)/filter
        $(CP) pstoraster $(SERVERBIN)/filter
-       -$(LN) pstoraster $(SERVERBIN)/filter/pdftops
+       $(RM) $(SERVERBIN)/filter/pdftops
+       $(LN) pstoraster $(SERVERBIN)/filter/pdftops
        -$(MKDIR) $(DATADIR)/pstoraster
        $(CP) $(DFILES) $(DATADIR)/pstoraster
 
@@ -163,5 +164,5 @@ pstoraster: pstoraster.o libgs.a ../Makedefs ../cups/$(LIBCUPS)
 pstoraster.o:  arch.h ../config.h ../Makedefs
 
 #
-# End of "$Id: Makefile,v 1.16 2000/02/08 20:38:58 mike Exp $".
+# End of "$Id: Makefile,v 1.17 2000/02/29 14:47:30 mike Exp $".
 #