mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
11 lines
335 B
Diff
11 lines
335 B
Diff
|
--- a/Makefile.in 2015-01-13 08:52:30.000000000 +0100
|
||
|
+++ b/Makefile.in 2015-01-13 08:52:58.000000000 +0100
|
||
|
@@ -30,6 +30,7 @@
|
||
|
subdirs = src doc
|
||
|
|
||
|
RECURSIVE_TARGETS = all allbin alldoc tags clean distclean realclean install
|
||
|
+.PHONY: $(RECURSIVE_TARGETS)
|
||
|
|
||
|
#-------------------------------------------------------------------------
|
||
|
|