|
Lines 1-20
Link Here
|
| 1 |
--- Makefile.in.orig Fri Apr 21 17:14:59 2006 |
|
|
| 2 |
+++ Makefile.in Thu Aug 3 11:14:23 2006 |
| 3 |
@@ -26,7 +26,7 @@ |
| 4 |
|
| 5 |
#this is the standard CFLAGS options, this is what most people should use |
| 6 |
|
| 7 |
-CFLAGS = $(DEFINES) @BIG5@ |
| 8 |
+CFLAGS += $(DEFINES) @BIG5@ |
| 9 |
|
| 10 |
LDFLAGS = @LDFLAGS@ |
| 11 |
|
| 12 |
@@ -40,7 +40,7 @@ |
| 13 |
#Since readline and history are required, I'll hard code it in here. |
| 14 |
#Guess we'll add zlib as well - Scandum |
| 15 |
|
| 16 |
-LIBS = @MYLIB@ @LIBS@ |
| 17 |
+LIBS += @MYLIB@ @LIBS@ |
| 18 |
|
| 19 |
# If you prefer to be able to enter ISO latin-1 characters instead |
| 20 |
# of being able to use the meta key for special emacs-like commands |