From: Wolfgang Bangerth Date: Mon, 29 Aug 2011 20:31:51 +0000 (+0000) Subject: Remove two macros we apparently don't need. X-Git-Tag: v8.0.0~3560 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ac75f1b378c8518f86a30f40fc713ba8d2c9c9;p=dealii.git Remove two macros we apparently don't need. git-svn-id: https://svn.dealii.org/trunk@24208 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/all-headers/Makefile b/tests/all-headers/Makefile index 987a52b939..44f5e5198f 100644 --- a/tests/all-headers/Makefile +++ b/tests/all-headers/Makefile @@ -49,17 +49,6 @@ TESTS = $(shell for i in $(HEADERS) ; do echo test-$$i | $(PERL) -pi -e 's/.h$ ID = `id -un`"@"`hostname` -# we need two auxiliary functions. the first one takes a filename and replaces -# all occurrences of slashes by hyphens, so that we can create a .cc file that -# corresponds to a header file in a different directory -subst_slashes = $(shell echo $(1) | $(PERL) -pi -e 's/\//-/g;') - -# the second one takes a path to a header file and makes sure that we can -# #include it, i.e. it drops the top-level xxx/include/ part of the filename, -# since we only find include directives like -normalize = $(shell echo $(1) | $(PERL) -pi -e 's/.*include.//g;') - - # next the target that creates the target rules. First, we list all the header # files as the head of the rule, followed by a colon. Then the actual rule # that includes writing the .cc file that only includes a single header file,