tags 397699 patch
kthxbye

Hi,
the problem was that the toplevel Makefile touches boot/Makefile.dep,
and in some cases it lead to build failures because Makefile.dep
wouldn't properly regenerated.
This touching is useless, as far as I can see, so the attached patch
deletes that line from the Makefile.

Cheers,
Julien
diff -u omake-0.9.6.8-1/debian/changelog omake-0.9.6.8-1/debian/changelog
--- omake-0.9.6.8-1/debian/changelog
+++ omake-0.9.6.8-1/debian/changelog
@@ -1,3 +1,11 @@
+omake (0.9.6.8-1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't touch boot/Makefile.dep in the toplevel Makefile, we want it to be
+    regenerated after that (closes: #397699).
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Fri, 10 Nov 2006 15:43:13 +0100
+
 omake (0.9.6.8-1-1) unstable; urgency=low
 
   * New upstream release 
only in patch2:
unchanged:
--- omake-0.9.6.8-1.orig/Makefile
+++ omake-0.9.6.8-1/Makefile
@@ -18,7 +18,6 @@
        @exit 1
 
 boot: boot/Makefile
-       @touch boot/Makefile.dep
        @cd boot; $(MAKE) Makefile.dep; $(MAKE) omake
        @ln -sf boot/omake omake-boot
 

Reply via email to