On Mon, Jul 09, 2007 at 12:56:11PM +0200, Oleg Verych wrote:
I see... but I'm still a bit confused... if I well understand I should
change the Makefile as follow:
diff --git a/Documentation/pps/Makefile b/Documentation/pps/Makefile
index a2660a2..d766447 100644
--- a/Documentation/pps/Makefile
+++ b/Documentation/pps/Makefile
@@ -6,7 +6,7 @@ CFLAGS += -ggdb
# -- Actions section ----------------------------------------------------------
-.PHONY : all depend dep
+.PHONY : depend dep
all : .depend $(TARGETS)
@@ -20,8 +20,6 @@ endif
# -- Clean section ------------------------------------------------------------
-.PHONY : clean
-
clean :
rm -f *.o *~ core .depend
rm -f ${TARGETS}
Is that right?
Thanks,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti@enneenne.com
Linux Device Driver giometti@gnudd.com
Embedded Systems giometti@linux.it
UNIX programming phone: +39 349 2432127
-