summaryrefslogtreecommitdiff
path: root/shells/flash/files/patch-aa
blob: 83b4b16491e744663a8fb9fbbdc05f014dc75ab1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- Makefile.in.orig	Tue Jan 18 04:52:08 2000
+++ Makefile.in	Sat Jan  6 11:45:02 2001
@@ -30,16 +30,16 @@
 
 # C Compiler
 CC = @CC@ 
-DEBUG  = -g
-CPPFLAGS = -DHAVE_CONFIG_H -DPREFIX=\"$(EXEC_PREFIX)\" -DDONT_HIGHLIGHT_WITH_REVERSE 
-CFLAGS = -O2 $(CPPFLAGS) $(DEBUG) -Wall -rdynamic
+#DEBUG  = -g
+CPPFLAGS = @CPPFLAGS@ -DHAVE_CONFIG_H -DPREFIX=\"$(EXEC_PREFIX)\" -DDONT_HIGHLIGHT_WITH_REVERSE 
+CFLAGS = @CFLAGS@ $(CPPFLAGS) $(DEBUG)
 # For Solaris users please use the next 2 lines instead.
 #CPPFLAGS = -DHAVE_CONFIG_H -DPREFIX=\"$(EXEC_PREFIX)\" -DDONT_HIGHLIGHT_WITH_REVERSE -DSOLARIS
 #CFLAGS = -O2 $(CPPFLAGS) $(DEBUG) -Wall
 
 # Comment out -rdynamic below for Solaris
-LDFLAGS = -rdynamic
-LIBRARIES = -lncurses -ldl
+LDFLAGS = @LDFLAGS@
+LIBRARIES = @LIBS@
 
 SCREEN_SOURCES = screens/nc_init.c screens/nc_lock.c screens/nc_about.c screens/nc_menus.c screens/nc_misc.c screens/nc_job.c screens/nc_module.c