Skip to content

Commit

Permalink
Update Makefile.am
Browse files Browse the repository at this point in the history
Somehow an extra @ slipped through my testing.
  • Loading branch information
rfoxkendo authored Mar 1, 2024
1 parent 17909bd commit f67ff9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ install-exec-local:
echo "Version: " SpecTcl-$(VERSION) build on `hostname` `date` by `whoami` >VERSION
echo The CERN Root installation used was: `@ROOTCONFIG@ --prefix` >> VERSION
echo configured as shown below: >> VERSION
head @top_builddir@@/config.log >>VERSION
head @top_builddir@/config.log >>VERSION
echo libtcl `(cd @top_srcdir@/libtcl; @GIT@ status -uno) ` >> VERSION
echo unifiedformat `(cd @top_srcdir@/libtcl; @GIT@ status -uno) ` >> VERSION
echo CutiePie `(cd @top_srcdir@/PyQtGUI; @GIT@ status -uno) ` >> VERSION
Expand Down

0 comments on commit f67ff9c

Please sign in to comment.