mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 13:41:45 +00:00
Formerly GNUmakefile.~84~
This commit is contained in:
parent
d315acf15e
commit
9edb745a71
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# GNU Make-specific makefile for GNU Make.
|
||||
|
||||
# Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||
# This file is part of GNU Make.
|
||||
#
|
||||
# GNU Make is free software; you can redistribute it and/or modify
|
||||
|
@ -21,6 +21,7 @@
|
|||
default:
|
||||
|
||||
override srcdir := .
|
||||
override CC := $(CC)
|
||||
|
||||
# Get most of the information from the Unix-compatible makefile.
|
||||
include compatMakefile
|
||||
|
|
Loading…
Reference in a new issue