From 71eadd2efd1f3e5a2d2d693e7e9c9e7fb68c027b Mon Sep 17 00:00:00 2001 From: kloczek Date: Sun, 20 Jan 2002 16:51:15 +0000 Subject: [PATCH] - small fix for 1.9.0 (add empty install target in src/pixmaps/Makefile). Changed files: xchat-Makefile.patch -> 1.1 --- xchat-Makefile.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xchat-Makefile.patch diff --git a/xchat-Makefile.patch b/xchat-Makefile.patch new file mode 100644 index 0000000..bee68e1 --- /dev/null +++ b/xchat-Makefile.patch @@ -0,0 +1,11 @@ +--- xchat-1.9.0/src/pixmaps/Makefile~ Sun Jan 20 17:12:28 2002 ++++ xchat-1.9.0/src/pixmaps/Makefile Sun Jan 20 17:12:28 2002 +@@ -9,6 +9,8 @@ + clean: + rm -f *.h + ++install: ++ + admin.h: + $(CONV) --name=adminxpm admin.xpm > $@ + -- 2.44.0