mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ab382141da
The Swarm Simulation System PR: 9726 Submitted by: Horance C.H Chou <horance@freedom.ie.cycu.edu.tw>
14 lines
693 B
Plaintext
14 lines
693 B
Plaintext
--- Makefile.in.orig Wed Jan 27 22:34:30 1999
|
|
+++ Makefile.in Wed Jan 27 22:49:33 1999
|
|
@@ -370,8 +370,8 @@
|
|
install-data-local:
|
|
$(INSTALL_DATA) swarmconfig.h $(includedir)
|
|
$(mkinstalldirs) $(bindir) $(datadir)/swarm
|
|
- $(INSTALL_PROGRAM) $(top_builddir)/libtool $(bindir)/libtool-swarm
|
|
- if test $(SWARM_INSTALL) = install-sh; then $(INSTALL_PROGRAM) $(srcdir)/install-sh $(bindir); fi
|
|
+ $(INSTALL_SCRIPT) $(top_builddir)/libtool $(bindir)/libtool-swarm
|
|
+ if test $(SWARM_INSTALL) = install-sh; then $(INSTALL_SCRIPT) $(srcdir)/install-sh $(bindir); fi
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|