~ubuntu-branches/ubuntu/edgy/xfsprogs/edgy

« back to all changes in this revision

Viewing changes to libxfs/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2005-03-30 10:52:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050330105207-fv1jw5r9d2fgwvew
Tags: 2.6.28-1
* New upstream release.
* Fix compilation with gcc version 4 (closes: #300544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright (c) 2000-2003 Silicon Graphics, Inc.  All Rights Reserved.
 
2
# Copyright (c) 2000-2005 Silicon Graphics, Inc.  All Rights Reserved.
3
3
#
4
4
# This program is free software; you can redistribute it and/or modify it
5
5
# under the terms of version 2 of the GNU General Public License as
58
58
# -DLI_DEBUG            log item (ino/buf) manipulation
59
59
# -DXACT_DEBUG          transaction state changes
60
60
#
61
 
LCFLAGS += -I.
 
61
#LCFLAGS += 
 
62
 
 
63
FCFLAGS = -I.
62
64
 
63
65
# don't try linking xfs_repair with a debug libxfs.
64
66
DEBUG = -DNDEBUG