Makefile was a linear fork bomb if a directory was missing
This commit is contained in:
parent
13b4e5d39d
commit
0cc0c8b677
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -540,7 +540,7 @@ clean:
|
||||||
@-rm -f src/tp_magic_api.h
|
@-rm -f src/tp_magic_api.h
|
||||||
@-rm -f tp-magic-config
|
@-rm -f tp-magic-config
|
||||||
@if [ -d trans ]; then rmdir trans; fi
|
@if [ -d trans ]; then rmdir trans; fi
|
||||||
@cd magic ; make clean$(TARGET_PASSTHRU)
|
@cd magic && make clean$(TARGET_PASSTHRU)
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
clean-win32:
|
clean-win32:
|
||||||
|
|
@ -1003,7 +1003,7 @@ obj/resource.o: win32/resources.rc win32/resource.h
|
||||||
# Go into 'magic' subdirectory and buld magic plug-ins
|
# Go into 'magic' subdirectory and buld magic plug-ins
|
||||||
|
|
||||||
magic-plugins: src/tp_magic_api.h
|
magic-plugins: src/tp_magic_api.h
|
||||||
@cd magic ; make $(TARGET_PASSTHRU)
|
@cd magic && make $(TARGET_PASSTHRU)
|
||||||
|
|
||||||
|
|
||||||
src/tp_magic_api.h: src/tp_magic_api.h.in
|
src/tp_magic_api.h: src/tp_magic_api.h.in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue