diff gtk/pixmaps/Makefile.mingw @ 14576:5d03b309b482

[gaim-migrate @ 17300] Fix mingw makefile .PHONY targets. Fix gtkwin32dep.h missing includes. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 18 Sep 2006 01:13:07 +0000
parents 841ce6b110a8
children
line wrap: on
line diff
--- a/gtk/pixmaps/Makefile.mingw	Mon Sep 18 00:04:14 2006 +0000
+++ b/gtk/pixmaps/Makefile.mingw	Mon Sep 18 01:13:07 2006 +0000
@@ -10,6 +10,8 @@
 datadir := $(GAIM_INSTALL_DIR)
 include ./Makefile.am
 
+.PHONY: install
+
 install:
 	if test '$(SUBDIRS)'; then \
 	  list='$(SUBDIRS)'; for subdir in $$list; do \