ossp-pkg/lmtp2nntp/Makefile.in 1.2 -> 1.3
--- Makefile.in 2001/08/20 10:33:22 1.2
+++ Makefile.in 2001/08/20 10:45:44 1.3
@@ -1,8 +1,6 @@
@SET_MAKE@
-ROOT = /cw
-
DESTDIR =
prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -12,10 +10,9 @@
mandir = @mandir@
CC = @CC@
-CFLAGS = @CFLAGS@ $(WFLAGS) `$(ROOT)/bin/str-config --cflags`
-WFLAGS = -pedantic-errors -Wall -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long
-LDFLAGS = @LDFLAGS@ `$(ROOT)/bin/str-config --ldflags`
-LIBS = @LIBS@ `$(ROOT)/bin/str-config --libs`
+CFLAGS = @CFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
SHTOOL = ./shtool
POD2MAN = pod2man
|
|