diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-22T21·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-22T21·12+0000 |
commit | af7e6fe22e8db606eb92c044140c00e6d8fe61cc (patch) | |
tree | c1c6bb78c89b33e40bf1a6eb653d3c8db3ac6841 /corepkgs/Makefile.am | |
parent | 9486dda1152d18b502fc31ff1d6aed4eba6f2fe3 (diff) |
* Don't use a hard-coded path.
Diffstat (limited to 'corepkgs/Makefile.am')
-rw-r--r-- | corepkgs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/Makefile.am b/corepkgs/Makefile.am index e5b892bfcb24..2fb23f1c043a 100644 --- a/corepkgs/Makefile.am +++ b/corepkgs/Makefile.am @@ -1 +1 @@ -SUBDIRS = fetchurl nar +SUBDIRS = fetchurl nar buildenv |