Oops, forgot to wrap the install in a USE_ELF_DYNSTR_GC ifdef.

git-svn-id: svn://10.0.0.236/trunk@83483 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-12-11 08:00:29 +00:00
parent 5d9507279a
commit 7f7e4d7563

View File

@@ -97,8 +97,10 @@ nsBuildID.h: nsBuildID.h.in build_number
elf-dynstr-gc: elf-dynstr-gc.c Makefile Makefile.in
$(CC) $(COMPILE_CFLAGS) $(GLIB_CFLAGS) $(GLIB_LIBS) $(LDFLAGS) -o $@ $<
ifdef USE_ELF_DYNSTR_GC
install:: elf-dynstr-gc
$(INSTALL) -m 555 elf-dynstr-gc $(DIST)/bin
endif
FORCE: