diff options
author | Lukas Larsson <[email protected]> | 2011-07-06 10:47:11 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-08-01 16:38:20 +0200 |
commit | 34ed5863b8dee836ae45d7c0ed78c055f28c7707 (patch) | |
tree | ab0ce14ac4ece3011b9c79b5c2ff2c293685516a /lib/asn1/c_src/Makefile | |
parent | 0f54e7f02656b6634ae15870c2af272a4d8c4eac (diff) | |
download | otp-34ed5863b8dee836ae45d7c0ed78c055f28c7707.tar.gz otp-34ed5863b8dee836ae45d7c0ed78c055f28c7707.tar.bz2 otp-34ed5863b8dee836ae45d7c0ed78c055f28c7707.zip |
Remove DRIVER target from opt target
Diffstat (limited to 'lib/asn1/c_src/Makefile')
-rw-r--r-- | lib/asn1/c_src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/c_src/Makefile b/lib/asn1/c_src/Makefile index 008ef4d340..60543df355 100644 --- a/lib/asn1/c_src/Makefile +++ b/lib/asn1/c_src/Makefile @@ -80,7 +80,7 @@ endif # Targets # ---------------------------------------------------- -opt: $(OBJDIR) $(LIBDIR) $(DRV_SHARED_OBJ_FILE) $(NIF_SHARED_OBJ_FILE) +opt: $(OBJDIR) $(LIBDIR) $(NIF_SHARED_OBJ_FILE) debug: opt |