summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-15 09:09:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-15 09:09:04 (GMT)
commite9916d58e93c921b099170b4b5ffcd954b7da818 (patch)
treeb78c1cafe2c96884451b334cb4f534bfa7c15898 /Makefile.in
parentcaab647ef249b65c00e04ae9b269163fe4ce71d9 (diff)
Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 840a382..70541f3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,7 +80,7 @@ install-lib-main: $(LIBDIR)
tar cf - --exclude=.svn $${src_dir} |(cd $(LIBDIR); tar xf -); \
done
@rm -f $(LIBDIR)/tools/addToolVersion.sh
- @for src_file in Makefile.steps version; do \
+ @for src_file in steps.mk version; do \
echo " INST $${src_file}"; \
install -m 644 $${src_file} $(LIBDIR)/$${src_file}; \
done