dont 'recompile' neostats.pm.h header
This commit is contained in:
parent
578f2f4050
commit
eae2ec04d5
4 changed files with 1 additions and 7 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -559,13 +559,13 @@ src/Makefile.am -text
|
|||
src/Makefile.in -text
|
||||
src/NeoStats.pm -text
|
||||
src/confuselexer.l -text
|
||||
src/generate_header -text
|
||||
src/neostats.pm.h -text
|
||||
src/neostats.vcproj -text
|
||||
src/win32/neostats.bmp -text
|
||||
src/win32/neostats.rc -text
|
||||
src/win32/resource.h -text
|
||||
src/win32/winmain.c -text
|
||||
tools/generate_header -text
|
||||
tools/sqlphp/README -text
|
||||
tools/sqlphp/rta_tables.php -text
|
||||
tools/sqlphp/rta_view.php -text
|
||||
|
|
|
@ -25,7 +25,4 @@ neostats_LDFLAGS = --export-dynamic -rdynamic
|
|||
noinst_HEADERS = confuselexer.l NeoStats.pm generate_header
|
||||
|
||||
|
||||
neostats.pm.h: generate_header NeoStats.pm
|
||||
$(top_builddir)/src/generate_header
|
||||
|
||||
include $(top_srcdir)/autotools/rules.mk
|
||||
|
|
|
@ -550,9 +550,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
|||
uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
|
||||
neostats.pm.h: generate_header NeoStats.pm
|
||||
$(top_builddir)/src/generate_header
|
||||
|
||||
.c.o:
|
||||
@USECCDV@ @echo "Building $@"
|
||||
@am__fastdepCC_TRUE@ @if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
|
||||
|
|
Reference in a new issue