summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 32c9a1e..cb2bf42 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -51,7 +51,6 @@ install:= @@install@@
bash := @@bash@@
grep := @@grep@@
make := @@make@@
-awk := @@awk@@
sed := @@sed@@
###############################################################################
@@ -139,7 +138,6 @@ paths.mk:
echo "export bash=$(bash)"; \
echo "export grep=$(grep)"; \
echo "export make=$(make)"; \
- echo "export awk=$(awk)"; \
echo "export sed=$(sed)"; \
) >paths.mk