3a417478ad
Changelog at <http://www.cmap.polytechnique.fr/~jouve/xd3d/CHANGELOG>. Reported by: Fenner's distfile survey
13 lines
412 B
Text
13 lines
412 B
Text
--- Makefile.orig Mon Mar 14 17:07:43 2005
|
|
+++ Makefile Fri Oct 7 15:01:40 2005
|
|
@@ -15,7 +15,9 @@
|
|
|
|
all :; make libs ; make utils ; make xgraphic ; make xd3d
|
|
|
|
-install :; /bin/cp -pidvu $(EXE) ./infps $(INSTALL_DIR)
|
|
+install :; \
|
|
+$(BSD_INSTALL_PROGRAM) $(EXE) $(INSTALL_DIR) ;\
|
|
+$(BSD_INSTALL_SCRIPT) ./infps $(INSTALL_DIR)
|
|
|
|
libs :; \
|
|
cd $(SRCDIR)/qlib ; echo "---- Building utility lib ----" ; make ;\
|