summary refs log tree commit diff stats
path: root/src/makefile.mak
diff options
context:
space:
mode:
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 $@