]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
Make man3 directory
authorosdl.net!shemminger <osdl.net!shemminger>
Thu, 10 Mar 2005 19:03:16 +0000 (19:03 +0000)
committerosdl.net!shemminger <osdl.net!shemminger>
Thu, 10 Mar 2005 19:03:16 +0000 (19:03 +0000)
Don't build with debug stabs.

(Logical change 1.151)

Makefile

index 6c710177fe126c0a1fa4a49251a0fadfc30a3b3b..abd5aabe4b87996f2457b0c15f42f8925b89bdd7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
 
 CC = gcc
 HOSTCC = gcc
-CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
+CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
 CFLAGS = $(CCOPTS) -I../include $(DEFINES)
 
 LDLIBS += -L../lib -lnetlink -lutil
@@ -52,6 +52,7 @@ install: all
        install -m 0644 $(shell find man/man8 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man8
        ln -sf $(MANDIR)/man8/tc-pbfifo.8  $(DESTDIR)$(MANDIR)/man8/tc-bfifo.8
        ln -sf $(MANDIR)/man8/tc-pbfifo.8  $(DESTDIR)$(MANDIR)/man8/tc-pfifo.8
+       install -m 0755 -d $(DESTDIR)$(MANDIR)/man3
        install -m 0644 $(shell find man/man3 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man3
 
 clean: