]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
DEP_@FPFX@COMPILE was defined in the middle of the license text
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 28 Mar 1999 22:59:39 +0000 (22:59 +0000)
committerAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 28 Mar 1999 22:59:39 +0000 (22:59 +0000)
depend2.am

index 9f60b042b46e3fbde804a45ba47780b2ed4074f0..36049cdd1a56a4598ead530f967b6826d2a460cf 100644 (file)
 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ## GNU General Public License for more details.
 
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+
+
 ## Note that this must all be on one line to avoid a problem with
 ## automake's `.am' file reader.  This is a convenience macro a user
 ## can use to run a compilation.  You should set the shell variables
 ## `file' and `compile' first.
 DEP_@FPFX@COMPILE = $(DEP_@FPFX@PRECOMP); echo " $$compile -c $$file"; $$compile $(DEP_@FPFX@FLAG) -c $$file; status=$$?; if test "$$status" -ne 0; then exit $$status; else $(DEP_@FPFX@POSTCOMP); fi
-
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-## 02111-1307, USA.
 @EXT@.o:
        @file='$<'; compile='$(@PFX@COMPILE)'; \
        $(DEP_@FPFX@COMPILE)