Make teh art_config rule down so that its not the default.

This commit is contained in:
bbaetz%cs.mcgill.ca 2001-11-19 15:03:33 +00:00
parent 15dcc08c87
commit 2f112fff44

View File

@ -108,9 +108,6 @@ GEN_ART_CONFIG = gen_art_config$(BIN_SUFFIX)
SIMPLE_PROGRAMS = $(GEN_ART_CONFIG)
endif
art_config.h: $(GEN_ART_CONFIG) Makefile Makefile.in
./$(GEN_ART_CONFIG) > art_config.h
ifdef ENABLE_TESTS
SIMPLE_PROGRAMS = testart testuta
endif
@ -121,6 +118,9 @@ FORCE_SHARED_LIB = 1
include $(topsrcdir)/config/rules.mk
art_config.h: $(GEN_ART_CONFIG) Makefile Makefile.in
./$(GEN_ART_CONFIG) > art_config.h
DEFINES += -DLIBART_COMPILATION
# SIMPLE_PROGRAMS doesn't use REQUIRES, but we need this for config.h!