49fcbda03e
- System-wide CFLAGS received appropriate respect - System md5 library used instead of port's own - GSM library now used properly from GSM port instead of SF port - portlint (add dummy Whom: line in Makefile) - move WWWs from Makefile to DESCR PR: 15921 Submitted by: Maxim Sobolev <sobomax@altavista.net>
8 lines
152 B
Text
8 lines
152 B
Text
--- des/Makefile.orig Wed Jan 5 20:20:30 2000
|
|
+++ des/Makefile Wed Jan 5 20:20:44 2000
|
|
@@ -1,4 +1,4 @@
|
|
-CFLAGS=-O
|
|
+CFLAGS=$(OPTFLAGS)
|
|
|
|
all: des.a
|
|
|