Remove declaration for -DLINUX_ELF since testing for __ELF__ in code.

This commit is contained in:
Thomas G. Lockhart 1998-01-01 05:59:24 +00:00
parent 37f17d39c1
commit e447a467fa
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
ifdef LINUX_ELF
# test for __ELF__ in C code so do not need LINUX_ELF defined
# - thomas 1997-12-29
#CFLAGS+= -DLINUX_ELF
LDFLAGS+= -export-dynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
endif
MK_NO_LORDER= true