diff options
| author | Robert Mustacchi <rm@joyent.com> | 2018-08-17 23:27:54 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2018-08-17 23:32:10 +0000 |
| commit | 4a3dceb097fceefc13c4471707cd40944dd07ffb (patch) | |
| tree | ea12ad275a10c9695514a412fa24f21ced015292 | |
| parent | 2f4638792d45e909736547e2aeac02422e486ccd (diff) | |
| download | illumos-joyent-4a3dceb097fceefc13c4471707cd40944dd07ffb.tar.gz | |
OS-7033 Autogenerate Intel pcbe values from perfmon data (fix custr)
Reviewed by: Jason King <jbk@joyent.com>
Approved by: Jason King <jbk@joyent.com>
| -rw-r--r-- | usr/src/tools/cpcgen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/tools/cpcgen/Makefile b/usr/src/tools/cpcgen/Makefile index dc50c0b1e0..23f412439a 100644 --- a/usr/src/tools/cpcgen/Makefile +++ b/usr/src/tools/cpcgen/Makefile @@ -35,7 +35,7 @@ $(PROG): $(OBJS) %.o: $(SRC)/lib/json_nvlist/%.c $(COMPILE.c) $< -%.o: $(SRC)/lib/libcmdutils/common/%.c +%.o: $(SRC)/lib/libcustr/common/%.c $(COMPILE.c) $< clean: |
