summary refs log tree commit diff stats
path: root/src/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 18:15:16 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 18:15:16 +0200
commit809e4d76d458950361e8a79856bb53d63ed11930 (patch)
tree87f77854cdd924c0bca24680eb8785d7a4d40899 /src/makefile.mak
parentd484fa20144e29ebad2e822bfd0203f1e56474c9 (diff)
remove a few dependencies
Diffstat (limited to 'src/makefile.mak')
-rw-r--r--src/makefile.mak4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/makefile.mak b/src/makefile.mak
index 89f897d7..5864f956 100644
--- a/src/makefile.mak
+++ b/src/makefile.mak
@@ -1,8 +1,6 @@
 all:
 	copy ..\plugins\xchat-plugin.h common
-	@cd pixmaps
-	@-$(MAKE) -f makefile.mak $@
-	@cd ..\common
+	@cd common
 	@-$(MAKE) -f makefile.mak $@
 	@cd ..\fe-gtk
 	@-$(MAKE) -f makefile.mak $@