mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
21 lines
572 B
Plaintext
21 lines
572 B
Plaintext
|
--- Imakefile.orig Mon Jul 25 22:35:41 1994
|
||
|
+++ Imakefile Tue Feb 25 15:00:28 1997
|
||
|
@@ -17,7 +17,7 @@
|
||
|
#
|
||
|
|
||
|
#define IHaveSubdirs
|
||
|
-#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(DEFINES)'
|
||
|
+#define PassCDebugFlags
|
||
|
|
||
|
CDEBUGFLAGS = -g
|
||
|
DEFINES = -DPRINTER_NAME=\"hpps\" -DPRINTER_CMD=\"lpr\ -h\"
|
||
|
@@ -51,7 +51,7 @@
|
||
|
|
||
|
install.local::
|
||
|
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
|
||
|
- for i in $(SUBDIRS) ;\
|
||
|
+ for i in $(SUBDIRS); \
|
||
|
do \
|
||
|
(cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \
|
||
|
$(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install.local); \
|