Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
*** empty log message ***
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Makefile.in
|
@@ -61,7 +61,7 @@ depend: |
|
|
@for src in $(SDLMAIN_SOURCES); do \ |
|
|
obj=`echo $$src | sed -e 's|.*/||' -e 's|\.[^\.]*$$|.o|'`; \ |
|
|
echo "$(objects)/$$obj: $$src" >>$(depend); \ |
|
|
echo " \$$(CC) \$$(CFLAGS) -c $$src -o \$$@" >>$(depend); \ |
|
|
echo " \$$(CC) \$$(CFLAGS) \$$(EXTRA_CFLAGS) -c $$src -o \$$@" >>$(depend); \ |
|
|
done |
|
|
|
|
|
include $(depend) |
|
|