mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
6e3631c9da
PR: 15130 Submitted by: Will Andrews <andrews@technologist.com>
30 lines
865 B
Plaintext
30 lines
865 B
Plaintext
--- archive/Makefile.in Wed Nov 17 17:44:29 1999
|
|
+++ archive/Makefile.in.new Mon Nov 22 16:21:56 1999
|
|
@@ -14,7 +14,7 @@
|
|
#WARNINGS=$(WNOERROR) -ansi -pedantic -Wall -Wtraditional -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Dlint
|
|
|
|
CC=@CC@ $(WARNINGS)
|
|
-CFLAGS=@CFLAGS@
|
|
+CFLAGS?=@CFLAGS@
|
|
INSTALL_PROG=@INSTALL@
|
|
|
|
###################################################
|
|
@@ -25,7 +25,7 @@
|
|
#
|
|
# PLEASE read the README in this directory before continuing.
|
|
|
|
-PROGS = msg2archive$(SUFFIX) rdmsg$(SUFFIX)
|
|
+PROGS =
|
|
|
|
all: $(PROGS)
|
|
|
|
@@ -48,7 +48,7 @@
|
|
rm -f $(OBJS) Lint.out
|
|
rm -f $(PROGS)
|
|
|
|
-install: $(bindir)/msg2archive$(SUFFIX) $(bindir)/rdmsg$(SUFFIX)
|
|
+install:
|
|
|
|
$(bindir)/msg2archive$(SUFFIX): msg2archive$(SUFFIX)
|
|
@if [ ! -d $(bindir) ]; then mkdir $(bindir); fi
|