diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-15 01:44:37 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-15 01:44:37 -0500 |
commit | cbee7a272b1f61843d596da913093acf77506481 (patch) | |
tree | e53b9a9a6f0a275f469c3c2c98c5d540a04a4884 /build-aux/Makefile.once.tail | |
parent | 5eb6e559d6665f4210be95fe46f1d0a6007dd734 (diff) |
Tidy the gnustuff (and fork off gnudoc).
Diffstat (limited to 'build-aux/Makefile.once.tail')
-rw-r--r-- | build-aux/Makefile.once.tail/11-gnustuff.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/Makefile.once.tail/11-gnustuff.mk b/build-aux/Makefile.once.tail/11-gnustuff.mk index df5f192..e4b18c0 100644 --- a/build-aux/Makefile.once.tail/11-gnustuff.mk +++ b/build-aux/Makefile.once.tail/11-gnustuff.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Luke Shumaker +# Copyright (C) 2016-2017 Luke Shumaker # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -13,5 +13,5 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -$(gnu.dirs): +$(gnustuff.dirs): $(MKDIR_P) $@ |