diff options
Diffstat (limited to 'irc/ctrlproxy/files/patch-Makefile')
-rw-r--r-- | irc/ctrlproxy/files/patch-Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/irc/ctrlproxy/files/patch-Makefile b/irc/ctrlproxy/files/patch-Makefile deleted file mode 100644 index 1ad875305999..000000000000 --- a/irc/ctrlproxy/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig 2008-12-06 17:36:33 UTC -+++ Makefile -@@ -145,7 +145,7 @@ endif - ctrlproxy.pc Makefile.settings config.h: configure Makefile.settings.in ctrlproxy.pc.in - ./$< - --install: all install-dirs install-bin install-header install-data install-pkgconfig $(EXTRA_INSTALL_TARGETS) -+install: all install-dirs install-bin install-data install-pkgconfig $(EXTRA_INSTALL_TARGETS) - install-dirs: - $(INSTALL) -d $(DESTDIR)$(modulesdir) - -@@ -177,7 +177,6 @@ doc:: - - install-doc:: doc - $(INSTALL) -d $(DESTDIR)$(docdir) -- $(MAKE) -C doc install PACKAGE_VERSION=$(PACKAGE_VERSION) - - uninstall-doc: - $(MAKE) -C doc uninstall |