Message ID | 523FEAF3.1090607@windriver.com (mailing list archive) |
---|---|
State | Under Review, archived |
Headers | show |
diff --git a/Makefile b/Makefile index c43cb68..901ffa2 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,8 @@ endif @echo " [CC] $@" $(Q)$(CC) $(DEPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c $< +%.o: version.h + %.static.o: %.c @echo " [CC] $@" $(Q)$(CC) $(DEPFLAGS) $(AM_CFLAGS) $(STATIC_CFLAGS) -c $< -o $@