mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
689 B
Plaintext
21 lines
689 B
Plaintext
--- gnats/Makefile.in.orig Tue Sep 21 16:18:39 1999
|
|
+++ gnats/Makefile.in Fri Jan 21 10:06:19 2000
|
|
@@ -465,7 +465,7 @@
|
|
|
|
getdate.c: getdate.y
|
|
@echo expect 10 shift/reduce conflicts
|
|
- $(BISON) $(srcdir)/getdate.y -o getdate.c
|
|
+ $(BISON) -o getdate.c $(srcdir)/getdate.y
|
|
|
|
config-send-pr:
|
|
@if [ ! -d ../send-pr ]; then \
|
|
@@ -496,7 +496,7 @@
|
|
echo "*** Warning: Must chown $(GNATS_USER) $(datadir)/gnats" ; \
|
|
fi
|
|
$(INSTALL_DATA) gnats.el $(lispdir)/gnats.el
|
|
- test -f gnats.elc && $(INSTALL_DATA) gnats.elc $(lispdir)/gnats.elc
|
|
+# test -f gnats.elc && $(INSTALL_DATA) gnats.elc $(lispdir)/gnats.elc
|
|
|
|
install-tools-bin: all-tools
|
|
$(INSTALL_PROGRAM) query-pr $(bindir)/query-pr
|