X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=bad4d87239b4d6e34ea75e2a4f760d92c9e96299;hp=14015c9bf5915e8a3f2355e1947d50ea6aced07e;hb=95fa2283a02218120c784834cca98dc9fb1982b9;hpb=88f4657834c1d19afe6e80f76c51c694eda280a3 diff --git a/Makefile.in b/Makefile.in index 14015c9b..bad4d872 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,15 +2,15 @@ prefix := @prefix@ exec_prefix := @exec_prefix@ # These two use prefix and exec_prefix -BINDIR := @bindir@ +bindir := @bindir@ datarootdir := @datarootdir@ PACKAGE_TARNAME := @PACKAGE_TARNAME@ PACKAGE_VERSION := @PACKAGE_VERSION@ -INSTALL := @install@ -GENGETOPT := @gengetopt@ -HELP2MAN := @help2man@ +INSTALL := @INSTALL@ +GENGETOPT := @GENGETOPT@ +HELP2MAN := @HELP2MAN@ ggo_descriptions_declared := @ggo_descriptions_declared@ object_executable_matrix := @object_executable_matrix@