Fixed spelling error in gstddef.h that caused possibly dangerous
[unix-history] / gnu / usr.bin / cc / common / Makefile
CommitLineData
6e016ac3
PR
1LIB = gcc2
2
3CFLAGS += -I${.CURDIR}
4
5SRCS = toplev.c version.c tree.c print-tree.c \
6 stor-layout.c fold-const.c function.c stmt.c expr.c \
7 calls.c expmed.c explow.c optabs.c varasm.c \
8 rtl.c print-rtl.c rtlanal.c emit-rtl.c real.c \
9 dbxout.c sdbout.c dwarfout.c xcoffout.c\
10 integrate.c jump.c cse.c loop.c unroll.c flow.c \
11 stupid.c combine.c regclass.c local-alloc.c \
12 global.c reload.c reload1.c caller-save.c \
13 insn-peep.c reorg.c sched.c final.c recog.c reg-stack.c \
14 insn-opinit.c insn-recog.c insn-extract.c insn-output.c insn-emit.c \
15 insn-attrtab.c aux-output.c getpwd.c convert.c \
16 c-common.c obstack.c
17
18install:
19 @echo -n
20
21.include <bsd.lib.mk>