mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 20:35:44 +01:00
fix warning about conflicting .PHONY
This commit is contained in:
parent
f0df59e003
commit
f03812d2b4
@ -186,7 +186,7 @@ HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
|
|||||||
|
|
||||||
if TREXIO_DEVEL
|
if TREXIO_DEVEL
|
||||||
|
|
||||||
CLEANFILES += $(SOURCES) $(trexio_f) $(trexio_h)
|
CLEANFILES += $(SOURCES) $(trexio_f) $(trexio_h) .git_hash
|
||||||
|
|
||||||
BUILT_SOURCES += $(SOURCES) $(trexio_f) $(test_trexio_f)
|
BUILT_SOURCES += $(SOURCES) $(trexio_f) $(test_trexio_f)
|
||||||
|
|
||||||
@ -261,8 +261,7 @@ CLEANFILES += $(pytrexio_c) \
|
|||||||
python/src/*.c \
|
python/src/*.c \
|
||||||
python/src/*.h
|
python/src/*.h
|
||||||
|
|
||||||
.PHONY: cppcheck python-test python-install python-sdist check-numpy
|
.PHONY: cppcheck python-test python-install python-sdist check-numpy FORCE
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: FORCE
|
|
||||||
|
Loading…
Reference in New Issue
Block a user