Magellan Linux

Annotation of /trunk/yelp/patches/yelp-2.6.4-makedepfix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 948 byte(s)
-import

1 niro 153 diff -ur yelp-2.6.4/src/Makefile.am yelp-2.6.4.new/src/Makefile.am
2     --- yelp-2.6.4/src/Makefile.am 2004-01-12 02:07:04.000000000 +0000
3     +++ yelp-2.6.4.new/src/Makefile.am 2004-11-15 19:12:07.990444240 +0000
4     @@ -17,7 +17,7 @@
5     noinst_PROGRAMS = test-man-parser test-pager
6    
7     install-exec-local:
8     - rm -f $(DESTDIR)$(bindir)/gnome-help
9     + rm -f $(DESTDIR)$(bindir)/gnome-help; \
10     ln -s yelp $(DESTDIR)$(bindir)/gnome-help
11    
12     yelp-marshal.h: yelp-marshal.list
13     Only in yelp-2.6.4.new/src: Makefile.am~
14     diff -ur yelp-2.6.4/src/Makefile.in yelp-2.6.4.new/src/Makefile.in
15     --- yelp-2.6.4/src/Makefile.in 2004-10-12 05:56:21.000000000 +0100
16     +++ yelp-2.6.4.new/src/Makefile.in 2004-11-15 19:12:30.534017096 +0000
17     @@ -556,7 +556,7 @@
18    
19    
20     install-exec-local:
21     - rm -f $(DESTDIR)$(bindir)/gnome-help
22     + rm -f $(DESTDIR)$(bindir)/gnome-help; \
23     ln -s yelp $(DESTDIR)$(bindir)/gnome-help
24    
25     yelp-marshal.h: yelp-marshal.list
26     Only in yelp-2.6.4.new/src: Makefile.in~