|
|
@@ -1,15 +1,15 @@
|
|
|
Index: Makefile
|
|
|
---- Makefile.orig 2006-04-12 16:50:32 +0200
|
|
|
-+++ Makefile 2006-04-12 21:23:22 +0200
|
|
|
+--- Makefile.orig 2006-09-08 10:38:28 +0200
|
|
|
++++ Makefile 2006-09-08 17:30:21 +0200
|
|
|
@@ -3,9 +3,8 @@
|
|
|
DESTDIR=/
|
|
|
CONFIG_FILE=$(DESTDIR)/etc/multitail.conf
|
|
|
|
|
|
--DEBUG=-g # -D_DEBUG -W -pedantic # -pg #-fprofile-arcs
|
|
|
--LDFLAGS=-lpanel -lncurses -lutil -lm $(DEBUG)
|
|
|
+-DEBUG=-g #-pg # -D_DEBUG -W -pedantic # -pg #-fprofile-arcs
|
|
|
+-LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG)
|
|
|
-CFLAGS+=-D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\"$(CONFIG_FILE)\"
|
|
|
+LDFLAGS = $(OPENPKG_LDFLAGS)
|
|
|
-+CFLAGS = $(OPENPKG_CFLAGS) -D`uname` -DVERSION=\"$(VERSION)\" -DCONFIG_FILE=\"$(CONFIG_FILE)\"
|
|
|
++CFLAGS = $(OPENPKG_CFLAGS) -DVERSION=\"$(VERSION)\" -DCONFIG_FILE=\"$(CONFIG_FILE)\"
|
|
|
|
|
|
OBJS=utils.o mt.o error.o my_pty.o term.o scrollback.o help.o mem.o cv.o selbox.o stripstring.o color.o misc.o ui.o exec.o diff.o config.o cmdline.o globals.o
|
|
|
|