Przeglądaj źródła

fix makefiles for more pedantic BSD make

Michael van Elst 22 lat temu
rodzic
commit
a4e0729fb1
2 zmienionych plików z 31 dodań i 3 usunięć
  1. 30 2
      uucp/uucp.patch
  2. 1 1
      uucp/uucp.spec

+ 30 - 2
uucp/uucp.patch

@@ -1,5 +1,5 @@
---- unix/Makefile.in.orig	Fri May 30 03:31:50 2003
-+++ unix/Makefile.in	Wed Jun  4 10:36:20 2003
+--- unix/Makefile.in.dist	2003-07-30 10:23:55.000000000 +0200
++++ unix/Makefile.in	2003-07-30 10:24:32.000000000 +0200
 @@ -111,7 +111,7 @@
  LIBRARIES = $(noinst_LIBRARIES)
  
@@ -9,3 +9,31 @@
  am_libunix_a_OBJECTS = access.$(OBJEXT) addbas.$(OBJEXT) app3.$(OBJEXT) \
  	app4.$(OBJEXT) basnam.$(OBJEXT) bytfre.$(OBJEXT) \
  	corrup.$(OBJEXT) chmod.$(OBJEXT) cohtty.$(OBJEXT) \
+@@ -318,6 +318,7 @@
+ 	$(COMPILE) -c `cygpath -w $<`
+ CCDEPMODE = @CCDEPMODE@
+ uninstall-info-am:
++install-info-am:
+ 
+ tags: TAGS
+ 
+--- lib/Makefile.in.dist	2003-07-30 10:16:00.000000000 +0200
++++ lib/Makefile.in	2003-07-30 10:16:08.000000000 +0200
+@@ -207,6 +207,7 @@
+ 	$(COMPILE) -c `cygpath -w $<`
+ CCDEPMODE = @CCDEPMODE@
+ uninstall-info-am:
++install-info-am:
+ 
+ tags: TAGS
+ 
+--- uuconf/Makefile.in.dist	2003-07-30 10:22:13.000000000 +0200
++++ uuconf/Makefile.in	2003-07-30 10:22:25.000000000 +0200
+@@ -328,6 +328,7 @@
+ 	$(COMPILE) -c `cygpath -w $<`
+ CCDEPMODE = @CCDEPMODE@
+ uninstall-info-am:
++install-info-am:
+ 
+ tags: TAGS
+ 

+ 1 - 1
uucp/uucp.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Communication
 License:      GPL
 Version:      1.07
-Release:      20030725
+Release:      20030730
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/uucp/uucp-%{version}.tar.gz