mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4f34d33d51
Submitted by: torstenb
20 lines
705 B
Plaintext
20 lines
705 B
Plaintext
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
|
***************
|
|
*** 138,144 ****
|
|
-if test -f autoscan; then \
|
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
|
for i in acfunctions acheaders acidentifiers acprograms \
|
|
! acmakevars; do \
|
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
|
done; \
|
|
else :; fi
|
|
--- 138,144 ----
|
|
-if test -f autoscan; then \
|
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
|
for i in acfunctions acheaders acidentifiers acprograms \
|
|
! acmakevars config.guess config.sub; do \
|
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
|
done; \
|
|
else :; fi
|