Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119523 | Differences between
and this patch

Collapse All | Expand All

(-)ns-2.29/Makefile.in (+5 lines)
Lines 474-479 Link Here
474
common/ptypes2tcl.o: common/ptypes2tcl.cc common/packet.h
474
common/ptypes2tcl.o: common/ptypes2tcl.cc common/packet.h
475
475
476
dirs:
476
dirs:
477
	for d in $(DESTDIR)$(BINDEST); do \
478
		if [ ! -d $$d ]; then \
479
			mkdir -p $$d ;\
480
	fi;\
481
        done
477
	for d in $(DESTDIR)$(MANDEST)/man1; do \
482
	for d in $(DESTDIR)$(MANDEST)/man1; do \
478
		if [ ! -d $$d ]; then \
483
		if [ ! -d $$d ]; then \
479
			mkdir -p $$d ;\
484
			mkdir -p $$d ;\

Return to bug 119523