~ubuntu-branches/ubuntu/utopic/intel2gas/utopic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alexander Zangerl
  • Date: 2013-09-24 13:13:09 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130924131309-zu3m8txmlk4i7o19
Tags: 1.3.3-15
* lifted standards version
* added hardening build flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        @echo "Building intel2gas.. This might take a while!"
22
22
 
23
23
intel2gas: $(OFILES)
24
 
        $(CXX) $(OFILES) -o $@
 
24
        $(CXX) $(LDFLAGS) $(OFILES) -o $@
25
25
        @echo "Then again... it might not."
26
26
 
27
27
# I hope this is allowed