diff options
Diffstat (limited to 'package/fakeroot')
-rw-r--r-- | package/fakeroot/Makefile.in | 3 | ||||
-rw-r--r-- | package/fakeroot/fakeroot.mk | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/package/fakeroot/Makefile.in b/package/fakeroot/Makefile.in deleted file mode 100644 index 07d8457f7..000000000 --- a/package/fakeroot/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y) -TARGETS+=fakeroot -endif diff --git a/package/fakeroot/fakeroot.mk b/package/fakeroot/fakeroot.mk index dba6dee2d..b31b126f0 100644 --- a/package/fakeroot/fakeroot.mk +++ b/package/fakeroot/fakeroot.mk @@ -62,3 +62,11 @@ fakeroot-dirclean: rm -rf $(FAKEROOT_DIR) +############################################################# +# +# Toplevel Makefile options +# +############################################################# +ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y) +TARGETS+=fakeroot +endif |