[MN-dev] [mndiff]: r116 - trunk/noe/Makefile

michael subversion at mplayerhq.hu
Sun Nov 2 22:58:44 CET 2008


Author: michael
Date: Sun Nov  2 22:58:44 2008
New Revision: 116

Log:
Merge dep and depend targets, patch by diego.


Modified:
   trunk/noe/Makefile

Modified: trunk/noe/Makefile
==============================================================================
--- trunk/noe/Makefile	(original)
+++ trunk/noe/Makefile	Sun Nov  2 22:58:44 2008
@@ -43,9 +43,7 @@ test_%: test_%.o libnoe_%.a
 clean:
 	rm -f *.o *.a *~
 
-dep:	depend
-
-depend:
+dep depend:
 	$(CC) -MM $(CFLAGS) $(LIBSRCS) $(SRCS) 1>.depend
 
 install: mina $(LIBS) $(PUBLIC_HEADERS)



More information about the Mndiff-dev mailing list