diff src/audacious/widgets/Makefile @ 2691:ecfb79d60c3a trunk

[svn] maintenance of build system: - LIBDEP macro has been introduced as like audacious plugins r1888. - make rules such as $(AR) cq $@ $(OBJECTS) in individual Makefile have been removed. these linkage will be done through objective.mk.
author yaz
date Mon, 30 Apr 2007 20:49:38 -0700
parents c079e507869a
children 451d3a63f4f7
line wrap: on
line diff
--- a/src/audacious/widgets/Makefile	Fri Apr 27 10:22:03 2007 -0700
+++ b/src/audacious/widgets/Makefile	Mon Apr 30 20:49:38 2007 -0700
@@ -39,6 +39,3 @@
 OBJECTS = ${SOURCES:.c=.o}
 
 include ../../../mk/objective.mk
-
-libwidgets.a: $(OBJECTS)
-	$(AR) cr $@ $(OBJECTS)