summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index aa51628fd2..346be565ee 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -45,7 +45,7 @@ OBJS = $(SRCS:.c=.o)
### TARGETS ###
-$(LIBNAME): .depend $(OBJS)
+$(LIBNAME): $(OBJS)
rm -f $(LIBNAME)
$(AR) rc $(LIBNAME) $(OBJS) $(MPLAYEROBJS)
$(RANLIB) $(LIBNAME)
@@ -70,9 +70,7 @@ distclean: clean
dep: depend
-depend: .depend
-
-.depend: Makefile config.mak
+depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#