~ubuntu-branches/ubuntu/quantal/paxctl/quantal

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-05-01 17:21:13 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120501172113-jw1kejpa6txsg65a
Tags: 0.7-1
New upstream release (closes: #671042).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
$(PROG): $(PROG).o
15
15
        $(CC) $(LDFLAGS) -o $@ $<
16
16
 
17
 
$(PROG).c: $(PROG).h $(PROG)-elf.c
18
 
 
19
 
$(PROG).o: $(PROG).c
 
17
$(PROG).o: $(PROG).c $(PROG).h $(PROG)-elf.c
20
18
        $(CC) -c $(CFLAGS) -o $@ $<
21
19
 
22
20
install: $(PROG)