Chromium Code Reviews| Index: cgpt/Makefile |
| diff --git a/cgpt/Makefile b/cgpt/Makefile |
| index 3984628c914b667526b26c5a87f060247c196d4d..cd503ba7dfdfda4a20399f8535a1d6281a83346b 100644 |
| --- a/cgpt/Makefile |
| +++ b/cgpt/Makefile |
| @@ -7,7 +7,7 @@ LDFLAGS += -luuid |
| BUILD_ROOT := ${BUILD}/cgpt |
| INCLUDES = -I$(FWDIR)/lib/cgptlib/include -I$(FWDIR)/include |
| -LIBS = ${FWLIB} |
| +LIBS = ${HOSTLIB} |
| DESTDIR ?= /usr/bin |