diff options
author | Shea Levy <shea@shealevy.com> | 2012-07-08T14·26-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-09T19·29-0400 |
commit | fd2630e1f739c12b4a1f01159e1230d9fb7fb997 (patch) | |
tree | 205656ba6b3cfa3f9abd6a279409edc28620e6f8 /corepkgs | |
parent | 6450f5699fa824934b92ca7ba1d345c36e9c009a (diff) |
Remove old fetchurl makefile
Diffstat (limited to 'corepkgs')
-rw-r--r-- | corepkgs/fetchurl/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/corepkgs/fetchurl/Makefile.am b/corepkgs/fetchurl/Makefile.am deleted file mode 100644 index 3cb63e0ce177..000000000000 --- a/corepkgs/fetchurl/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -all-local: builder.sh - -install-exec-local: - $(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs - $(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/fetchurl - $(INSTALL_DATA) default.nix $(DESTDIR)$(datadir)/nix/corepkgs/fetchurl - $(INSTALL_PROGRAM) builder.sh $(DESTDIR)$(datadir)/nix/corepkgs/fetchurl - -include ../../substitute.mk - -EXTRA_DIST = default.nix builder.sh.in |