]> git.pld-linux.org Git - packages/devtodo.git/blob - devtodo-am_fix.patch
- adapterized
[packages/devtodo.git] / devtodo-am_fix.patch
1 diff -urN aaa/devtodo-0.1.14/src/Makefile.am devtodo-0.1.14/src/Makefile.am
2 --- aaa/devtodo-0.1.14/src/Makefile.am  Tue Jul 10 19:10:00 2001
3 +++ devtodo-0.1.14/src/Makefile.am      Tue Jul 23 23:53:21 2002
4 @@ -5,14 +5,7 @@
5         
6  devtodo_LDADD=../util/libutil.la
7  INCLUDES=-I../util
8 -LIBS+=@READLINE_LIBS@
9 -
10 -if DEBUG
11 -CPPFLAGS=-g
12 -else
13 -CPPFLAGS+=-DNDEBUG
14 -LDFLAGS=-s
15 -endif
16 +LIBS=@LIBS@ @READLINE_LIBS@
17  
18  install-exec-hook:
19         cd $(DESTDIR)$(bindir); for i in $(binlinks); do $(LN_S) -f devtodo $$i; done
20 diff -urN aaa/devtodo-0.1.14/util/Makefile.am devtodo-0.1.14/util/Makefile.am
21 --- aaa/devtodo-0.1.14/util/Makefile.am Tue Jun 26 11:51:12 2001
22 +++ devtodo-0.1.14/util/Makefile.am     Tue Jul 23 23:32:17 2002
23 @@ -3,5 +3,4 @@
24         Regex.cc Regex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h
25  
26  rebuild:
27 -       #crash-module --verbose --extract --trim --overwrite --exclude Signal --module XML String Terminal CommandArgs --join 50,lib
28         crash-module -veto --exclude Signal --module XML Strings Terminal CommandArgs --join 50,lib
This page took 0.065736 seconds and 3 git commands to generate.