From 5dd00d1ad0cc102add41a70182287bae1af3f058 Mon Sep 17 00:00:00 2001 From: celest Date: Fri, 28 Apr 2006 03:27:28 +0000 Subject: Rearrange makefile so dependencies won't get overwritten by 'make depend' git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6338 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/plugins/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/Makefile b/src/plugins/Makefile index 71cb6ec3a..599d0f1e3 100644 --- a/src/plugins/Makefile +++ b/src/plugins/Makefile @@ -22,6 +22,11 @@ httpd.$(PLUGINEXT): httpd.c ../common/obj/utils.o ../common/obj/ers.o @touch $@ +sig.$(PLUGINEXT): sig.c + $(CC) $(CFLAGS) -shared -o ../../plugins/$@ $< \ + ../common/obj/showmsg.o + @touch $@ + gui.$(PLUGINEXT): ../../plugins/gui.conf httpd.$(PLUGINEXT): ../../plugins/httpd.conf upnp.$(PLUGINEXT): ../../plugins/upnp.conf @@ -42,9 +47,5 @@ clean: sample.$(PLUGINEXT): sample.c $(COMMON_H) sig.$(PLUGINEXT): sig.c $(COMMON_H) - $(CC) $(CFLAGS) -shared -o ../../plugins/$@ $< \ - ../common/obj/showmsg.o - @touch $@ - pid.$(PLUGINEXT): pid.c $(COMMON_H) gui.$(PLUGINEXT): gui.c $(COMMON_H) -- cgit v1.2.3-60-g2f50