summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-09 02:42:46 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-09 02:42:46 +0000
commit2750c39c44ae8635983a86728ccd30f2d254a73b (patch)
tree1d7beed8c34c27c391c127b8c46fa4f2058dd904 /Makefile
parent806e4a4a010f0c7e008a13e72c50136ee12b187f (diff)
Update.
2003-09-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Undo last change. * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Likewise. * scripts/data/c++-types-i386-linux-gnu.data: New file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23e8b2fcb9..19a1f883f6 100644
--- a/Makefile
+++ b/Makefile
@@ -229,7 +229,8 @@ tests-clean:
@$(MAKE) subdir_testclean no_deps=t
tests: $(objpfx)c++-types-check.out
-ifneq (no,$(CXX)$(wildcard scripts/data/c++-types-$(base-machine)-$(config-os).data))
+ifneq ($(CXX),no)
+ifneq (,$(wildcard scripts/data/c++-types-$(base-machine)-$(config-os).data))
$(objpfx)c++-types-check.out: scripts/data/c++-types-$(base-machine)-$(config-os).data
scripts/check-c++-types.sh $^ $(CXX) $(filter-out -std=gnu99,$(CFLAGS)) $(CPPFLAGS) > $@
else
@@ -237,6 +238,7 @@ $(objpfx)c++-types-check.out:
@echo 'WARNING C++ tests not run; create a c++-types-XXX file'
@echo "not run" > $@
endif
+endif
# The realclean target is just like distclean for the parent, but we want
# the subdirs to know the difference in case they care.