[PATCH] fix make -j for gnome-panel



I am not sure if this patch completely fixes it, but it helps.
Because Make works by string identity, not interpreting filenames, the
paths must be exactly the same for dependencies to work.

-- 
Martin 

(Please cc me on replies)


cd /home/mbp/work/garnome-0.16.2/gnome/gnome-panel/work/gnome-panel-2.0.9/gnome-panel/
diff -u -p /home/mbp/work/garnome-0.16.2/gnome/gnome-panel/work/gnome-panel-2.0.9/gnome-panel/Makefile.am.\~1\~ /home/mbp/work/garnome-0.16.2/gnome/gnome-panel/work/gnome-panel-2.0.9/gnome-panel/Makefile.am
--- /home/mbp/work/garnome-0.16.2/gnome/gnome-panel/work/gnome-panel-2.0.9/gnome-panel/Makefile.am.~1~	2002-08-27 16:53:10.000000000 +1000
+++ /home/mbp/work/garnome-0.16.2/gnome/gnome-panel/work/gnome-panel-2.0.9/gnome-panel/Makefile.am	2002-09-20 15:27:34.000000000 +1000
@@ -52,7 +52,7 @@ CORBA_SRCLIST =			\
 	GNOME_Panel-stubs.c	\
 	GNOME_Panel-skels.c	\
 	GNOME_Panel-common.c	\
-	GNOME_Panel.h		\
+	$(top_builddir)/gnome-panel/GNOME_Panel.h	\
 	$(NULL)
 
 $(CORBA_SRCLIST): $(top_srcdir)/idl/GNOME_Panel.idl $(ORBIT_IDL)

Diff finished at Fri Sep 20 15:48:04



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]