blob: e27352523b1b5a9cec1b700cf1f8c49b85283af2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- gcc/Makefile.in.orig Tue Aug 3 13:57:27 2004
+++ gcc/Makefile.in Tue Aug 3 13:57:39 2004
@@ -2963,9 +2963,6 @@
$(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext) \
$(DESTDIR)$(man1dir)/$(CPP_INSTALL_NAME)$(man1ext) \
$(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) \
- $(DESTDIR)$(man7dir)/fsf-funding$(man7ext) \
- $(DESTDIR)$(man7dir)/gfdl$(man7ext) \
- $(DESTDIR)$(man7dir)/gpl$(man7ext)
$(DESTDIR)$(man7dir)/%$(man7ext): doc/%.7
-rm -f $@
|