Skip to content
Snippets Groups Projects
Commit c2d9ddaa authored by David Hedbor's avatar David Hedbor
Browse files

Fixed rebuilding of source files. Before the .c files weren't regenerated if...

Fixed rebuilding of source files. Before the .c files weren't regenerated if removed unless a .pre file was touched.

Rev: src/post_modules/GTK/Makefile.in:1.11
parent 72a1e9cd
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,10 @@ sources1: ...@@ -29,10 +29,10 @@ sources1:
$(RUNPIKE) $(SRCDIR)/make_sources.pike $(SRCDIR)/source $(RUNPIKE) $(SRCDIR)/make_sources.pike $(SRCDIR)/source
$(MAKE) CFLAGS="`echo $(CFLAGS) | sed -e 's/-g//g'`" "SOURCES=`cat sources`" doit $(MAKE) CFLAGS="`echo $(CFLAGS) | sed -e 's/-g//g'`" "SOURCES=`cat sources`" doit
files_to_compile: $(SOURCES) always_build_files_to_compile: $(SOURCES)
$(RUNPIKE) $(SRCDIR)/build_pgtk.pike $(SRCDIR) $(RUNPIKE) $(SRCDIR)/build_pgtk.pike $(SRCDIR)
doit: files_to_compile doit: always_build_files_to_compile
$(MAKE) CFLAGS="`echo $(CFLAGS) | sed -e 's/-g//g'`" "OBJS=`cat files_to_compile`" all $(MAKE) CFLAGS="`echo $(CFLAGS) | sed -e 's/-g//g'`" "OBJS=`cat files_to_compile`" all
sources0: sources0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment