diff options
author | jlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2007-06-23 05:26:17 +0000 |
---|---|---|
committer | jlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2007-06-23 05:26:17 +0000 |
commit | 09a101d671d39312a756c325d8463a1a02f582a6 (patch) | |
tree | 09a2338172d0eca839ad4f82524f2846aae6ffdd /filter/Makefile | |
parent | 3d8365b8dc12c660de084e4047b8648fc377ed16 (diff) | |
download | cups-09a101d671d39312a756c325d8463a1a02f582a6.tar.gz |
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@334 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'filter/Makefile')
-rw-r--r-- | filter/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/filter/Makefile b/filter/Makefile index f657bd185..fd7e15735 100644 --- a/filter/Makefile +++ b/filter/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile 6315 2007-03-03 00:12:26Z mike $" +# "$Id: Makefile 6563 2007-06-18 22:18:46Z mike $" # # Filter makefile for the Common UNIX Printing System (CUPS). # @@ -106,6 +106,12 @@ install: all installhdrs $(INSTALLSTATIC) $(INSTALL32) $(INSTALL64) $(RM) $(LIBDIR)/libcupsimage.dylib; \ $(LN) $(LIBCUPSIMAGE) $(LIBDIR)/libcupsimage.dylib; \ fi + if test "x$(SYMROOT)" != "x"; then \ + $(INSTALL_DIR) $(SYMROOT); \ + for file in $(TARGETS); do \ + cp $$file $(SYMROOT); \ + done \ + fi installstatic: $(INSTALL_DIR) -m 755 $(LIBDIR) @@ -389,5 +395,5 @@ include Dependencies # -# End of "$Id: Makefile 6315 2007-03-03 00:12:26Z mike $". +# End of "$Id: Makefile 6563 2007-06-18 22:18:46Z mike $". # |